home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Internet / HTMLGate 12.2.1B / htmlgate.exe / {app} / Templates / frame_headerfootercontents.tmpl < prev    next >
Encoding:
Text File  |  2003-04-18  |  696 b   |  21 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  2. <HTML>
  3.    <HEAD>
  4.       <TITLE></TITLE>
  5.    </HEAD>
  6.    <FRAMESET ROWS="64,*,64">
  7.       <FRAME NAME="top" SCROLLING="no" NORESIZE TARGET="contents" SRC="YOURSITE.htm">
  8.       <FRAMESET COLS="150,*">
  9.          <FRAME NAME="contents" TARGET="main" SRC="YOURSITE.htm">
  10.          <FRAME NAME="main" SRC="YOURSITE.htm">
  11.       </FRAMESET>
  12.       <FRAME NAME="bottom" SCROLLING="no" NORESIZE TARGET="contents" SRC="YOURSITE.htm">
  13.       <NOFRAMES>
  14.          <BODY>
  15.             <P>
  16.                This page uses frames, but your browser doesn't support them.
  17.             </P>
  18.          </BODY>
  19.       </NOFRAMES>
  20.    </FRAMESET>
  21. </HTML>